.397395619494580:a5f3852641c8a5da9ac3e1f6cf92495e_69e0c8afeebc690f3d63adea.69e0d279eebc690f3d63aee5.69e0d2793618a4cfdcfad5c0:Trae CN.T(2026/4/16 20:13:45)Ouyu trae 3#25
Open
yangou-hash wants to merge 3 commits intohackintosh-J:mainfrom
Conversation
在输入框底部添加令牌计数显示,使用防抖机制优化性能
引入新的令牌计算逻辑,处理包含引用的文本和图片内容。当文本中包含图片引用时,自动增加2000个令牌的估算值,以更准确地反映实际令牌消耗。
根据图片尺寸动态计算token数量,替代原有的固定值2000。当图片尺寸超过最大限制时,按比例缩放后计算token。使用750像素作为计算基数,更精确地估算token消耗。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
改进了输入框对于粘贴图片无法正确计算token数的问题